add

open override fun add(index: Int, element: E)
fun add(index: PositiveInt, element: E)
fun add(index: StrictlyPositiveInt, element: E)

Inserts the element into this list at the specified index, or throws an IndexOutOfBoundsException if the index is out of bounds.